|
|
|
|
Columns Property, RightPane Class |
Returns the number of columns displayed in the right pane.
Syntax RightPane Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Columns As Integer |
C# |
public int Columns { get; } |
C++ |
public: property int Columns { |
Property Value
The number of columns displayed in the right pane.
Comments
The Columns property returns the number of columns displayed in the right pane.
By defining the number of columns in the left pane using the Splitter.Left.Columns property, the total number of columns in the right pane is automatically updated.
The total number of columns available in a tree control is defined using the Columns.Count property.